ComponentOne Xamarin Edition
C1SequenceCollectionView<T> Class Members
Properties  Methods  Events

C1.CollectionView Assembly > C1.CollectionView Namespace : C1SequenceCollectionView<T> Class

The following tables list the members exposed by C1SequenceCollectionView<T>.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the C1SequenceCollectionView<T> class.  
Top
Public Properties
 NameDescription
Public Property Gets the collections that feed this collection.  
Public Property Gets the number of elements in the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Property Gets a value that indicates whether more items can be loaded. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Property Gets the item at the specified index. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Property Gets the sort descriptions applied to the data. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Top
Public Methods
 NameDescription
Public MethodDetermines whether a new item can be inserted in the collection at the specified index. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodDetermines whether the item at fromIndex can be moved to toIndex. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodDetermines whether the item at the specified index can be removed from the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodDetermines whether the item at the specified index can be replaced in the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodReturns whether the collection view is able to sort the specified sortDescriptions. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Method Returns an enumerator that iterates through the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Method Gets the type of the item. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Method Returns all the items that has been loaded so far. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodInserts the specified item at the specified index in the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Method Load the items between the specified indexes. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Method Loads more items. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodMoves an item from the specified fromIndex to toIndex. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodRemoves the item at the specified index from the collection. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodReplaces the item at the specified index by the specified item. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public MethodSorts the collection view according to the specified sortDescriptions. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Converts an System.Collections.IEnumerable to a collection view.
Top
Public Events
 NameDescription
Public Event Occurs when the collection changes. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Public Event Raised after a sort operation was performed. (Inherited from C1.CollectionView.C1HierarchicalCollectionView<T>)
Top
See Also

Reference

C1SequenceCollectionView<T> Class
C1.CollectionView Namespace